docs: Document GtkNativeDialogClass
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 16 Dec 2020 16:01:14 +0000 (16:01 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 16 Dec 2020 16:29:01 +0000 (16:29 +0000)
gtk/gtknativedialog.h

index 09f8546f19b764280131616bf28b7bd92ac1db94..a4e75680d42d3e9bae66af424aafa743503b84a2 100644 (file)
@@ -32,10 +32,18 @@ G_BEGIN_DECLS
 GDK_AVAILABLE_IN_ALL
 G_DECLARE_DERIVABLE_TYPE (GtkNativeDialog, gtk_native_dialog, GTK, NATIVE_DIALOG, GObject)
 
+/**
+ * GtkNativeDialogClass:
+ * @response: class handler for the #GtkNativeDialog::response signal
+ *
+ * Class structure for #GtkNativeDialog.
+ */
 struct _GtkNativeDialogClass
 {
+  /*< private >*/
   GObjectClass parent_class;
 
+  /*< public >*/
   void (* response) (GtkNativeDialog *self, int response_id);
 
   /* <private> */